Installation ModernUIΒΆ

Download the latest version of the main ModernUI library and extract the files. The latest release can be found in the Release folder, or via the releases section of the Github repository.

For ModernUI x86:

  • Copy the ModernUI.inc file to your MASM32\include folder (or wherever your includes are located)
  • Copy the ModernUI.lib file to your MASM32\lib folder (or wherever your libraries are located)

For ModernUI x64:

  • Copy the ModernUI.inc file to your UASM32\include folder (or wherever your includes are located)
  • Copy the ModernUI.lib file to your UASM32\lib\x64 folder (or wherever your libraries are located)